home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Paragon Drive Backup 9 / DB90_SE_x64.msi / Data1.cab / _1586F0CA3AA64C45879D9E42A157A930 < prev    next >
Text File  |  2004-02-07  |  458b  |  25 lines

  1. //    WebHelp 5.10.001
  2. var gTEA = new Array();
  3. function aTE(sTopicTitle, sTopicURL)
  4. {
  5.     var len = gTEA.length;
  6.     gTEA[len] = new topicEntry(sTopicTitle, sTopicURL);
  7. }
  8.  
  9. function topicEntry(sTopicTitle, sTopicURL)
  10. {
  11.     this.sTopicTitle = sTopicTitle;
  12.     this.sTopicURL = sTopicURL;
  13. }
  14.  
  15. function window_OnLoad()
  16. {
  17.     if (parent && parent != this) {
  18.         if (parent.putFtsTData) 
  19.         {
  20.             parent.putFtsTData(gTEA);
  21.         }
  22.     }
  23. }
  24.  
  25. window.onload = window_OnLoad;